home *** CD-ROM | disk | FTP | other *** search
- Path: news.mel.aone.net.au!usenet
- From: clyde@hitech.com.au (Clyde Smith-Stubbs)
- Newsgroups: comp.lang.c
- Subject: Re: HELP: Search C/C++ compiler for Intel 8051 processor
- Date: Mon, 01 Jan 1996 23:00:21 GMT
- Organization: HI-TECH Software
- Message-ID: <30e86673.994760192@news.bne.aone.net.au>
- References: <DK2K3y.1K8@actcom.co.il> <4bu6hr$k95@felix.teclink.net>
- Reply-To: clyde@hitech.com.au
- NNTP-Posting-Host: skyhawk.hitech.com.au
- X-Newsreader: Forte Agent .99c/16.141
-
- On 28 Dec 1995 13:36:59 GMT, John Kleinjans <johnk@teclink.net> wrote:
-
- >Pacific is purported to be a cross-platform C compiler. Try
- >http://www.hitech.com.au/
-
- Pacific C is not cross-platform, but our main product line is HI-TECH
- C, a range of cross compilers for various chips, including the 8051.
- HI-TECH C is a commercial product (unlike Pacific C which is
- shareware/freeware), however there is a working demo of the 8051
- compiler available for download (restricted to 1K code plus
- libraries).
-
- >#include <stdio.h>
- >main() {
- > float x = 2;
- > printf ("x == %f", x);
- >}
- >
- >produces
- >
- >x == (non-float printf)
-
- Go to the Options menu and turn on "Float formats in printf()". The
- default version of printf is integer only, so save space.
- Clyde Smith-Stubbs | HI-TECH Software, | Voice: +61 7 3300 5011
- clyde@hitech.com.au | P.O. Box 103, Alderley, | Fax: +61 7 3300 5246
- http://www.hitech.com.au | QLD, 4051, AUSTRALIA. | BBS: +61 7 3300 5235
- ----------------------------------------------------------------------------
- FREE! Download our shareware (FREE for noncommercial use) MS-DOS C Compiler!
- Point your Web browser at http://www.hitech.com.au/
-